Function slam_estimator::reduceVector(vector<cv::Point2f>&, vector<uchar>)
Defined in File feature_tracker.h
Function Documentation
-
void slam_estimator::reduceVector(vector<cv::Point2f> &v, vector<uchar> status)
Shrink a vector of cv::Point2f by the valid status vector of same size.
- Parameters
v – Input vector to be reduced.
status – Input vector of valid status, same size of v